home *** CD-ROM | disk | FTP | other *** search
- $ ! File to build the wb-tree database executable.
- $ ! Copyright (c) 1991, 1992, 1993 Holland Mark Martin
- $ !
- $ !Permission to use, copy, modify, and distribute this software and its
- $ !documentation for educational, research, and non-profit purposes and
- $ !without fee is hereby granted, provided that the above copyright
- $ !notice appear in all copies and that both that copyright notice and
- $ !this permission notice appear in supporting documentation, and that
- $ !the name of Holland Mark Martin not be used in advertising or
- $ !publicity pertaining to distribution of the software without specific,
- $ !written prior consent in each case. Permission to incorporate this
- $ !software into commercial products can be obtained from Jonathan
- $ !Finger, Holland Mark Martin, 174 Middlesex Turnpike, Burlington, MA,
- $ !01803-4467, USA. Holland Mark Martin makes no representations about
- $ !the suitability or correctness of this software for any purpose. It
- $ !is provided "as is" without express or implied warranty. Holland Mark
- $ !Martin is under no obligation to provide any services, by way of
- $ !maintenance, update, or otherwise.
-
-
- $ cc view
- $ link view,sys$input/opt
- sys$share:vaxcrtl/share
-
- $ cc check,blkio,stats,del,ent,sys,blink,handle,prev,scan
- $ link check,blkio,stats,del,ent,sys,blink,handle,prev,scan,sys$input/opt
- sys$share:vaxcrtl/share
-
- $ cc /INCLUDE_DIRECTORY="[-.scm]" /define=("RTL") db
- $ cc /INCLUDE_DIRECTORY="[-.scm]"-
- /define=("INITS=init_db()","FINALS=final_db()")-
- [-.scm]scm
- $ link db,scm,blkio,stats,del,ent,sys,blink,handle,prev,scan,-
- [-.scm]time,[-.scm]repl,[-.scm]scl,-
- [-.scm]sys,[-.scm]eval,[-.scm]subr,-
- [-.scm]sc2,[-.scm]unif,[-.scm]setjump,sys$input/opt
- sys$share:vaxcrtl/share
-
- $ cc check
- $ link check,blkio,stats,del,ent,sys,blink,handle,prev,scan,-
- sys$input/opt
- sys$share:vaxcrtl/share
-
-